FO_QA_AnswerGroup
Need the info for the FO_QA_AnswerGroup.UseCodeTypesForSearch field and its relationship to the FO_Dictionary.Type field.
This table contains definition of items within a particular answer group. Each record is a unique answer group and list item pair.
Field | Type | Notes |
---|---|---|
AnswGrp_ID |
decimal(18, 0) |
ID field, a counter. Unique |
AnswerGroup |
varchar(50) |
Enter a unique answer group code. |
Choice |
varchar(100) |
Populates the drop-down list for the answer group. Typical format is EnglishtextCode^Description where the English text code is a valid value for the LIS. Acceptable to enter just a code or just a description. In the latter case, no carat character is needed. The actual data sent to LIS will be dependent on format entered here and FO_Test_QA.Send2Components setting and/or interface option settings Allowed formats: Code^Description Code Description ^Description Care should be exercised for the last format. If Send2Components is FALSE, the system will think it should send a code and no code is defined. |
Seq |
int |
Order, or sequence, for this answer. Enter an integer. |